source: trip-planner-front/node_modules/is-arrayish/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
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 },
38 "description": "Determines if an object can be used as an array",
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",
48 "keywords": [
49 "is",
50 "array",
51 "duck",
52 "type",
53 "arrayish",
54 "similar",
55 "proto",
56 "prototype",
57 "type"
58 ],
59 "license": "MIT",
60 "name": "is-arrayish",
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/qix-/node-is-arrayish.git"
64 },
65 "scripts": {
66 "pretest": "xo",
67 "test": "mocha --compilers coffee:coffee-script/register"
68 },
69 "version": "0.2.1"
70}
Note: See TracBrowser for help on using the repository browser.