123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "_from": "promise-polyfill@^7.1.0",
- "_id": "promise-polyfill@7.1.2",
- "_inBundle": false,
- "_integrity": "sha512-FuEc12/eKqqoRYIGBrUptCBRhobL19PS2U31vMNTfyck1FxPyMfgsXyW4Mav85y/ZN1hop3hOwRlUDok23oYfQ==",
- "_location": "/promise-polyfill",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "promise-polyfill@^7.1.0",
- "name": "promise-polyfill",
- "escapedName": "promise-polyfill",
- "rawSpec": "^7.1.0",
- "saveSpec": null,
- "fetchSpec": "^7.1.0"
- },
- "_requiredBy": [
- "/dingtalk-jsapi"
- ],
- "_resolved": "https://registry.npmmirror.com/promise-polyfill/-/promise-polyfill-7.1.2.tgz",
- "_shasum": "ab05301d8c28536301622d69227632269a70ca3b",
- "_spec": "promise-polyfill@^7.1.0",
- "_where": "D:\\zs项目\\Ding\\node_modules\\dingtalk-jsapi",
- "author": {
- "name": "Taylor Hakes"
- },
- "bugs": {
- "url": "https://github.com/taylorhakes/promise-polyfill/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Lightweight promise polyfill. A+ compliant",
- "devDependencies": {
- "cross-env": "^5.1.1",
- "eslint": "^4.11.0",
- "husky": "^0.14.3",
- "karma": "^0.13.19",
- "karma-browserify": "^4.4.2",
- "karma-chrome-launcher": "^0.2.2",
- "karma-mocha": "^0.2.1",
- "lint-staged": "^5.0.0",
- "mocha": "^2.3.4",
- "npm-run-all": "^4.1.2",
- "prettier": "^1.8.2",
- "promises-aplus-tests": "*",
- "rimraf": "^2.6.2",
- "rollup": "^0.52.0",
- "rollup-plugin-uglify": "^2.0.1",
- "sinon": "^1.17.2"
- },
- "files": [
- "src",
- "lib",
- "dist"
- ],
- "homepage": "https://github.com/taylorhakes/promise-polyfill",
- "jsnext:main": "src/index.js",
- "keywords": [
- "promise",
- "promise-polyfill",
- "ES6",
- "promises-aplus"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "promise-polyfill",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/taylorhakes/promise-polyfill.git"
- },
- "scripts": {
- "build": "run-p build:**",
- "build:cjs": "rollup -i src/index.js -o lib/index.js -f cjs",
- "build:cjs-polyfill": "rollup -i src/polyfill.js -o lib/polyfill.js -f cjs",
- "build:umd": "cross-env NODE_ENV=development rollup -i src/index.js -o dist/promise.js -c rollup.umd.config.js",
- "build:umd-polyfill": "cross-env NODE_ENV=development rollup -i src/polyfill.js -o dist/polyfill.js -c rollup.umd.config.js",
- "build:umd-polyfill:min": "cross-env NODE_ENV=production rollup -i src/polyfill.js -o dist/polyfill.min.js -c rollup.umd.config.js",
- "build:umd:min": "cross-env NODE_ENV=production rollup -i src/index.js -o dist/promise.min.js -c rollup.umd.config.js",
- "prebuild": "rimraf lib dist",
- "precommit": "lint-staged",
- "prepare": "npm run build",
- "prepublish": "test $(npm -v | tr . '\\n' | head -n 1) -ge '4' || exit 1",
- "pretest": "npm run build:cjs",
- "test": "eslint src && mocha && karma start --single-run"
- },
- "unpkg": "dist/promise.min.js",
- "version": "7.1.2"
- }
|