Changeset 59329aa for trip-planner-front/node_modules/is-arrayish
- 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/is-arrayish/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-arrayish", 2 "_args": [ 3 [ 4 "is-arrayish@0.2.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-arrayish@0.2.1", 10 "_id": "is-arrayish@0.2.1", 11 "_inBundle": false, 12 "_integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", 13 "_location": "/is-arrayish", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-arrayish@0.2.1", 19 "name": "is-arrayish", 20 "escapedName": "is-arrayish", 21 "rawSpec": "0.2.1", 22 "saveSpec": null, 23 "fetchSpec": "0.2.1" 24 }, 25 "_requiredBy": [ 26 "/error-ex" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", 29 "_spec": "0.2.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Qix", 33 "url": "http://github.com/qix-" 34 }, 35 "bugs": { 36 "url": "https://github.com/qix-/node-is-arrayish/issues" 37 }, 3 38 "description": "Determines if an object can be used as an array", 4 "version": "0.2.1", 5 "author": "Qix (http://github.com/qix-)", 39 "devDependencies": { 40 "coffee-script": "^1.9.3", 41 "coveralls": "^2.11.2", 42 "istanbul": "^0.3.17", 43 "mocha": "^2.2.5", 44 "should": "^7.0.1", 45 "xo": "^0.6.1" 46 }, 47 "homepage": "https://github.com/qix-/node-is-arrayish#readme", 6 48 "keywords": [ 7 49 "is", … … 16 58 ], 17 59 "license": "MIT", 60 "name": "is-arrayish", 61 "repository": { 62 "type": "git", 63 "url": "git+https://github.com/qix-/node-is-arrayish.git" 64 }, 18 65 "scripts": { 19 66 "pretest": "xo", 20 67 "test": "mocha --compilers coffee:coffee-script/register" 21 68 }, 22 "repository": { 23 "type": "git", 24 "url": "https://github.com/qix-/node-is-arrayish.git" 25 }, 26 "devDependencies": { 27 "coffee-script": "^1.9.3", 28 "coveralls": "^2.11.2", 29 "istanbul": "^0.3.17", 30 "mocha": "^2.2.5", 31 "should": "^7.0.1", 32 "xo": "^0.6.1" 33 } 69 "version": "0.2.1" 34 70 }
Note:
See TracChangeset
for help on using the changeset viewer.