Changeset 59329aa for trip-planner-front/node_modules/once
- 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/once/package.json
rceaed42 r59329aa 1 1 { 2 "name": "once", 3 "version": "1.4.0", 4 "description": "Run a function exactly one time", 5 "main": "once.js", 6 "directories": { 7 "test": "test" 2 "_args": [ 3 [ 4 "once@1.4.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "once@1.4.0", 10 "_id": "once@1.4.0", 11 "_inBundle": false, 12 "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", 13 "_location": "/once", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "once@1.4.0", 19 "name": "once", 20 "escapedName": "once", 21 "rawSpec": "1.4.0", 22 "saveSpec": null, 23 "fetchSpec": "1.4.0" 24 }, 25 "_requiredBy": [ 26 "/end-of-stream", 27 "/glob", 28 "/inflight", 29 "/pump" 30 ], 31 "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 32 "_spec": "1.4.0", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Isaac Z. Schlueter", 36 "email": "i@izs.me", 37 "url": "http://blog.izs.me/" 38 }, 39 "bugs": { 40 "url": "https://github.com/isaacs/once/issues" 8 41 }, 9 42 "dependencies": { 10 43 "wrappy": "1" 11 44 }, 45 "description": "Run a function exactly one time", 12 46 "devDependencies": { 13 47 "tap": "^7.0.1" 14 48 }, 15 " scripts": {16 "test": "t ap test/*.js"49 "directories": { 50 "test": "test" 17 51 }, 18 52 "files": [ 19 53 "once.js" 20 54 ], 21 "repository": { 22 "type": "git", 23 "url": "git://github.com/isaacs/once" 24 }, 55 "homepage": "https://github.com/isaacs/once#readme", 25 56 "keywords": [ 26 57 "once", … … 29 60 "single" 30 61 ], 31 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 32 "license": "ISC" 62 "license": "ISC", 63 "main": "once.js", 64 "name": "once", 65 "repository": { 66 "type": "git", 67 "url": "git://github.com/isaacs/once.git" 68 }, 69 "scripts": { 70 "test": "tap test/*.js" 71 }, 72 "version": "1.4.0" 33 73 }
Note:
See TracChangeset
for help on using the changeset viewer.