Changeset 59329aa for trip-planner-front/node_modules/arr-flatten
- 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/arr-flatten/package.json
rceaed42 r59329aa 1 1 { 2 "name": "arr-flatten", 3 "description": "Recursively flatten an array or arrays.", 4 "version": "1.1.0", 5 "homepage": "https://github.com/jonschlinkert/arr-flatten", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 9 "Luke Edwards (https://lukeed.com)" 2 "_args": [ 3 [ 4 "arr-flatten@1.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "repository": "jonschlinkert/arr-flatten", 8 "_development": true, 9 "_from": "arr-flatten@1.1.0", 10 "_id": "arr-flatten@1.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", 13 "_location": "/arr-flatten", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "arr-flatten@1.1.0", 19 "name": "arr-flatten", 20 "escapedName": "arr-flatten", 21 "rawSpec": "1.1.0", 22 "saveSpec": null, 23 "fetchSpec": "1.1.0" 24 }, 25 "_requiredBy": [ 26 "/http-proxy-middleware/braces", 27 "/webpack-dev-server/braces" 28 ], 29 "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", 30 "_spec": "1.1.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Jon Schlinkert", 34 "url": "https://github.com/jonschlinkert" 35 }, 12 36 "bugs": { 13 37 "url": "https://github.com/jonschlinkert/arr-flatten/issues" 14 38 }, 15 "license": "MIT", 16 "files": [ 17 "index.js" 39 "contributors": [ 40 { 41 "name": "Jon Schlinkert", 42 "url": "http://twitter.com/jonschlinkert" 43 }, 44 { 45 "name": "Luke Edwards", 46 "url": "https://lukeed.com" 47 } 18 48 ], 19 "main": "index.js", 20 "engines": { 21 "node": ">=0.10.0" 22 }, 23 "scripts": { 24 "test": "mocha" 25 }, 49 "description": "Recursively flatten an array or arrays.", 26 50 "devDependencies": { 27 51 "ansi-bold": "^0.1.1", … … 42 66 "write": "^0.3.3" 43 67 }, 68 "engines": { 69 "node": ">=0.10.0" 70 }, 71 "files": [ 72 "index.js" 73 ], 74 "homepage": "https://github.com/jonschlinkert/arr-flatten", 44 75 "keywords": [ 45 76 "arr", … … 53 84 "recursively" 54 85 ], 86 "license": "MIT", 87 "main": "index.js", 88 "name": "arr-flatten", 89 "repository": { 90 "type": "git", 91 "url": "git+https://github.com/jonschlinkert/arr-flatten.git" 92 }, 93 "scripts": { 94 "test": "mocha" 95 }, 55 96 "verb": { 56 97 "toc": false, … … 73 114 "reflinks": true 74 115 } 75 } 116 }, 117 "version": "1.1.0" 76 118 }
Note:
See TracChangeset
for help on using the changeset viewer.