Changeset 59329aa for trip-planner-front/node_modules/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/flatten/package.json
rceaed42 r59329aa 1 { "name": "flatten",2 " version": "1.0.3",3 "description": "Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.",4 "keywords": [5 "array",6 "flatten"1 { 2 "_args": [ 3 [ 4 "flatten@1.0.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 7 ], 8 9 "author": "Joshua Holbrook <josh.holbrook@gmail.com> (http://jesusabdullah.net)", 10 "homepage": "https://github.com/mk-pmb/flatten-js/#readme", 11 "repository": { 12 "type": "git", 13 "url": "git+https://github.com/mk-pmb/flatten-js.git" 8 "_development": true, 9 "_from": "flatten@1.0.3", 10 "_id": "flatten@1.0.3", 11 "_inBundle": false, 12 "_integrity": "sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==", 13 "_location": "/flatten", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "flatten@1.0.3", 19 "name": "flatten", 20 "escapedName": "flatten", 21 "rawSpec": "1.0.3", 22 "saveSpec": null, 23 "fetchSpec": "1.0.3" 24 }, 25 "_requiredBy": [ 26 "/postcss-values-parser" 27 ], 28 "_resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.3.tgz", 29 "_spec": "1.0.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Joshua Holbrook", 33 "email": "josh.holbrook@gmail.com", 34 "url": "http://jesusabdullah.net" 14 35 }, 15 36 "bugs": { … … 17 38 }, 18 39 "contributors": [ 19 "M.K. (https://github.com/mk-pmb)" 40 { 41 "name": "M.K.", 42 "url": "https://github.com/mk-pmb" 43 } 20 44 ], 21 22 "private": false, "license": "MIT", 23 45 "dependencies": {}, 46 "description": "Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.", 47 "devDependencies": {}, 48 "directories": { 49 "test": "test" 50 }, 51 "homepage": "https://github.com/mk-pmb/flatten-js/#readme", 52 "keywords": [ 53 "array", 54 "flatten" 55 ], 56 "license": "MIT", 57 "name": "flatten", 58 "npm vs. BOM = Unexpected token": "-*- coding: UTF-8 -*-", 59 "optionalDependencies": {}, 60 "private": false, 61 "repository": { 62 "type": "git", 63 "url": "git+https://github.com/mk-pmb/flatten-js.git" 64 }, 24 65 "scripts": { 25 66 "test": "node ./test.js" 26 67 }, 27 "directories": { "test": "test" }, 28 29 "dependencies": {}, 30 "devDependencies": {}, 31 "optionalDependencies": {}, 32 33 34 "npm vs. BOM = Unexpected token": "-*- coding: UTF-8 -*-" 68 "version": "1.0.3" 35 69 }
Note:
See TracChangeset
for help on using the changeset viewer.