You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
3.4 KiB
110 lines
3.4 KiB
{
|
|
"_from": "es6-shim",
|
|
"_id": "es6-shim@0.35.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-E9kK/bjtCQRpN1K28Xh4BlmP8egvZBGJJ+9GtnzOwt7mdqtrjHFuVGr7QJfdjBIKqrlU5duPf3pCBoDrkjVYFg==",
|
|
"_location": "/es6-shim",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "es6-shim",
|
|
"name": "es6-shim",
|
|
"escapedName": "es6-shim",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/es6-shim/-/es6-shim-0.35.5.tgz",
|
|
"_shasum": "46f59dc0a84a1c5029e8ff1166ca0a902077a9ab",
|
|
"_spec": "es6-shim",
|
|
"_where": "C:\\Code\\Warehouse\\Warehouse\\3rd",
|
|
"author": {
|
|
"name": "Paul Miller",
|
|
"url": "http://paulmillr.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/paulmillr/es6-shim/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
|
|
"devDependencies": {
|
|
"@ljharb/eslint-config": "^13.1.1",
|
|
"chai": "^3.5.0",
|
|
"es5-shim": "^4.5.12",
|
|
"eslint": "^5.15.1",
|
|
"evalmd": "^0.0.17",
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-connect": "^1.0.2",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"grunt-saucelabs": "^8.6.3",
|
|
"mocha": "^3.5.3",
|
|
"promises-aplus-tests": "^2.1.2",
|
|
"promises-es6-tests": "^0.5.0",
|
|
"safe-publish-latest": "^1.1.2",
|
|
"uglify-js": "2.7.3"
|
|
},
|
|
"homepage": "https://github.com/paulmillr/es6-shim/",
|
|
"keywords": [
|
|
"ecmascript",
|
|
"harmony",
|
|
"es6",
|
|
"shim",
|
|
"promise",
|
|
"promises",
|
|
"setPrototypeOf",
|
|
"map",
|
|
"set",
|
|
"__proto__"
|
|
],
|
|
"license": "MIT",
|
|
"main": "es6-shim",
|
|
"name": "es6-shim",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/paulmillr/es6-shim.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "npm run lint:shim && npm run lint:sham",
|
|
"lint:sham": "eslint es6-sham.js test-sham/*.js",
|
|
"lint:shim": "eslint es6-shim.js test/*.js test/*/*.js",
|
|
"minify": "npm run minify:shim && npm run minify:sham",
|
|
"minify:sham": "uglifyjs es6-sham.js --support-ie8 --keep-fnames --comments --source-map=es6-sham.map -m -b ascii_only=true,beautify=false > es6-sham.min.js",
|
|
"minify:shim": "uglifyjs es6-shim.js --support-ie8 --keep-fnames --comments --source-map=es6-shim.map -m -b ascii_only=true,beautify=false > es6-shim.min.js",
|
|
"prepublish": "safe-publish-latest && npm run minify",
|
|
"pretest": "npm run lint && evalmd *.md",
|
|
"sauce": "npm run sauce-connect && grunt sauce",
|
|
"sauce-connect": "curl -L https://gist.githubusercontent.com/henrikhodne/9322897/raw/sauce-connect.sh | bash && export TRAVIS_SAUCE_CONNECT=true",
|
|
"test": "npm run tests-only",
|
|
"test:native": "NO_ES6_SHIM=1 npm run tests-only",
|
|
"test:sham": "mocha test-sham/*.js",
|
|
"test:shim": "mocha test/*.js test/*/*.js",
|
|
"tests-only": "npm run test:shim && npm run test:sham"
|
|
},
|
|
"testling": {
|
|
"html": "testling.html",
|
|
"browsers": [
|
|
"iexplore/6.0..latest",
|
|
"firefox/3.0..6.0",
|
|
"firefox/10.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..latest"
|
|
]
|
|
},
|
|
"version": "0.35.5"
|
|
}
|
|
|