- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/symbol-observable/package.json
rceaed42 r59329aa 1 1 { 2 "name": "symbol-observable", 3 "version": "4.0.0", 4 "description": "Symbol.observable ponyfill", 5 "license": "MIT", 6 "repository": "blesh/symbol-observable", 2 "_args": [ 3 [ 4 "symbol-observable@4.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "symbol-observable@4.0.0", 10 "_id": "symbol-observable@4.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==", 13 "_location": "/symbol-observable", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "symbol-observable@4.0.0", 19 "name": "symbol-observable", 20 "escapedName": "symbol-observable", 21 "rawSpec": "4.0.0", 22 "saveSpec": null, 23 "fetchSpec": "4.0.0" 24 }, 25 "_requiredBy": [ 26 "/@angular/cli" 27 ], 28 "_resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz", 29 "_spec": "4.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 7 31 "author": { 8 32 "name": "Ben Lesh", 9 33 "email": "ben@benlesh.com" 10 34 }, 11 "scripts": { 12 "test": "npm run build && mocha && tsc && node ./ts-test/test.js && check-es3-syntax -p lib/ --kill", 13 "build": "babel es --out-dir lib", 14 "prepublish": "npm test" 35 "bugs": { 36 "url": "https://github.com/blesh/symbol-observable/issues" 37 }, 38 "description": "Symbol.observable ponyfill", 39 "devDependencies": { 40 "babel-cli": "^6.9.0", 41 "babel-preset-es2015": "^6.9.0", 42 "babel-preset-es3": "^1.0.0", 43 "chai": "^3.5.0", 44 "check-es3-syntax-cli": "^0.1.0", 45 "mocha": "^2.4.5", 46 "typescript": "^4.0.5" 47 }, 48 "engines": { 49 "node": ">=0.10" 15 50 }, 16 51 "files": [ … … 24 59 "lib/ponyfill.js" 25 60 ], 26 "main": "lib/index.js", 27 "module": "es/index.js", 61 "homepage": "https://github.com/blesh/symbol-observable#readme", 28 62 "jsnext:main": "es/index.js", 29 "typings": "index.d.ts",30 63 "keywords": [ 31 64 "symbol", … … 36 69 "shim" 37 70 ], 38 "devDependencies": { 39 "babel-cli": "^6.9.0", 40 "babel-preset-es2015": "^6.9.0", 41 "babel-preset-es3": "^1.0.0", 42 "chai": "^3.5.0", 43 "check-es3-syntax-cli": "^0.1.0", 44 "mocha": "^2.4.5", 45 "typescript": "^4.0.5" 71 "license": "MIT", 72 "main": "lib/index.js", 73 "module": "es/index.js", 74 "name": "symbol-observable", 75 "repository": { 76 "type": "git", 77 "url": "git+https://github.com/blesh/symbol-observable.git" 46 78 }, 47 "engines": { 48 "node": ">=0.10" 49 } 79 "scripts": { 80 "build": "babel es --out-dir lib", 81 "prepublish": "npm test", 82 "test": "npm run build && mocha && tsc && node ./ts-test/test.js && check-es3-syntax -p lib/ --kill" 83 }, 84 "typings": "index.d.ts", 85 "version": "4.0.0" 50 86 }
Note:
See TracChangeset
for help on using the changeset viewer.