mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
86 lines
2.1 KiB
JSON
86 lines
2.1 KiB
JSON
{
|
|
"_from": "is-symbol@^1.0.1",
|
|
"_id": "is-symbol@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI=",
|
|
"_location": "/is-symbol",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-symbol@^1.0.1",
|
|
"name": "is-symbol",
|
|
"escapedName": "is-symbol",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/es-to-primitive"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz",
|
|
"_shasum": "3cc59f00025194b6ab2e38dbae6689256b660572",
|
|
"_spec": "is-symbol@^1.0.1",
|
|
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/es-to-primitive",
|
|
"author": {
|
|
"name": "Jordan Harband"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ljharb/is-symbol/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Determine if a value is an ES6 Symbol or not.",
|
|
"devDependencies": {
|
|
"covert": "1.0.0",
|
|
"jscs": "~1.10.0",
|
|
"nsp": "~1.0.0",
|
|
"semver": "~4.2.0",
|
|
"tape": "~3.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"homepage": "https://github.com/ljharb/is-symbol#readme",
|
|
"keywords": [
|
|
"symbol",
|
|
"es6",
|
|
"is",
|
|
"Symbol"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "is-symbol",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ljharb/is-symbol.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "covert test/index.js",
|
|
"coverage:quiet": "covert test/index.js --quiet",
|
|
"lint": "jscs *.js */*.js",
|
|
"security": "nsp package",
|
|
"test": "npm run lint && node --es-staging --harmony test/index.js && npm run security"
|
|
},
|
|
"testling": {
|
|
"files": "test/index.js",
|
|
"browsers": [
|
|
"iexplore/6.0..latest",
|
|
"firefox/3.0..6.0",
|
|
"firefox/15.0..latest",
|
|
"firefox/nightly",
|
|
"chrome/4.0..10.0",
|
|
"chrome/20.0..latest",
|
|
"chrome/canary",
|
|
"opera/10.0..latest",
|
|
"opera/next",
|
|
"safari/4.0..latest",
|
|
"ipad/6.0..latest",
|
|
"iphone/6.0..latest",
|
|
"android-browser/4.2"
|
|
]
|
|
},
|
|
"version": "1.0.1"
|
|
}
|