Changeset 59329aa for trip-planner-front/node_modules/builtins
- 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/builtins/package.json
rceaed42 r59329aa 1 1 { 2 "name": "builtins", 3 "version": "1.0.3", 2 "_args": [ 3 [ 4 "builtins@1.0.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "builtins@1.0.3", 10 "_id": "builtins@1.0.3", 11 "_inBundle": false, 12 "_integrity": "sha1-y5T662HIaWRR2zZTThQi+U8K7og=", 13 "_location": "/builtins", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "builtins@1.0.3", 19 "name": "builtins", 20 "escapedName": "builtins", 21 "rawSpec": "1.0.3", 22 "saveSpec": null, 23 "fetchSpec": "1.0.3" 24 }, 25 "_requiredBy": [ 26 "/validate-npm-package-name" 27 ], 28 "_resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz", 29 "_spec": "1.0.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/juliangruber/builtins/issues" 33 }, 4 34 "description": "List of node.js builtin modules", 5 " repository": "juliangruber/builtins",35 "homepage": "https://github.com/juliangruber/builtins#readme", 6 36 "license": "MIT", 7 37 "main": "builtins.json", 38 "name": "builtins", 8 39 "publishConfig": { 9 40 "registry": "https://registry.npmjs.org" 10 41 }, 42 "repository": { 43 "type": "git", 44 "url": "git+https://github.com/juliangruber/builtins.git" 45 }, 11 46 "scripts": { 12 47 "test": "node test.js" 13 } 48 }, 49 "version": "1.0.3" 14 50 }
Note:
See TracChangeset
for help on using the changeset viewer.