Changeset 59329aa for trip-planner-front/node_modules/pinkie
- 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/pinkie/package.json
rceaed42 r59329aa 1 1 { 2 "name": "pinkie", 3 "version": "2.0.4", 4 "description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation", 5 "license": "MIT", 6 "repository": "floatdrop/pinkie", 2 "_args": [ 3 [ 4 "pinkie@2.0.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "pinkie@2.0.4", 10 "_id": "pinkie@2.0.4", 11 "_inBundle": false, 12 "_integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", 13 "_location": "/pinkie", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "pinkie@2.0.4", 19 "name": "pinkie", 20 "escapedName": "pinkie", 21 "rawSpec": "2.0.4", 22 "saveSpec": null, 23 "fetchSpec": "2.0.4" 24 }, 25 "_requiredBy": [ 26 "/pinkie-promise" 27 ], 28 "_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", 29 "_spec": "2.0.4", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 7 31 "author": { 8 32 "name": "Vsevolod Strukchinsky", … … 10 34 "url": "github.com/floatdrop" 11 35 }, 12 " engines": {13 " node": ">=0.10.0"36 "bugs": { 37 "url": "https://github.com/floatdrop/pinkie/issues" 14 38 }, 15 "scripts": { 16 "test": "xo && nyc mocha", 17 "coverage": "nyc report --reporter=text-lcov | coveralls" 18 }, 19 "files": [ 20 "index.js" 21 ], 22 "keywords": [ 23 "promise", 24 "promises", 25 "es2015", 26 "es6" 27 ], 39 "description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation", 28 40 "devDependencies": { 29 41 "core-assert": "^0.1.1", … … 33 45 "promises-aplus-tests": "*", 34 46 "xo": "^0.10.1" 35 } 47 }, 48 "engines": { 49 "node": ">=0.10.0" 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://github.com/floatdrop/pinkie#readme", 55 "keywords": [ 56 "promise", 57 "promises", 58 "es2015", 59 "es6" 60 ], 61 "license": "MIT", 62 "name": "pinkie", 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/floatdrop/pinkie.git" 66 }, 67 "scripts": { 68 "coverage": "nyc report --reporter=text-lcov | coveralls", 69 "test": "xo && nyc mocha" 70 }, 71 "version": "2.0.4" 36 72 }
Note:
See TracChangeset
for help on using the changeset viewer.