aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/simple-plist/package.json
blob: 6b870a3a616d0ac5a2f921f4b79238c4e4a88c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "_from": "simple-plist@^0.2.1",
  "_id": "[email protected]",
  "_inBundle": true,
  "_integrity": "sha1-cXZts1IyaSjPOoByQrp2IyJjZyM=",
  "_location": "/cordova-ios/simple-plist",
  "_phantomChildren": {
    "xmlbuilder": "8.2.2",
    "xmldom": "0.1.27"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "simple-plist@^0.2.1",
    "name": "simple-plist",
    "escapedName": "simple-plist",
    "rawSpec": "^0.2.1",
    "saveSpec": null,
    "fetchSpec": "^0.2.1"
  },
  "_requiredBy": [
    "/cordova-ios",
    "/cordova-ios/xcode"
  ],
  "_resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-0.2.1.tgz",
  "_shasum": "71766db352326928cf3a807242ba762322636723",
  "_spec": "simple-plist@^0.2.1",
  "_where": "/Users/brodybits/Documents/cordova/cordova-ios/node_modules/xcode",
  "author": {
    "name": "Joe Wollard"
  },
  "bugs": {
    "url": "https://github.com/wollardj/node-simple-plist/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bplist-creator": "0.0.7",
    "bplist-parser": "0.1.1",
    "plist": "2.0.1"
  },
  "deprecated": false,
  "description": "A wrapper utility for interacting with plist data.",
  "devDependencies": {
    "coffee-script": "^1.11.1",
    "jest": "^16.0.2"
  },
  "files": [
    "simple-plist.js"
  ],
  "homepage": "https://github.com/wollardj/node-simple-plist.git",
  "keywords": [
    "plist",
    "binary",
    "bplist",
    "xml"
  ],
  "license": "MIT",
  "main": "simple-plist.js",
  "name": "simple-plist",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wollardj/node-simple-plist.git"
  },
  "scripts": {
    "clean": "rm -rf *.js __tests__/*.js __tests__/write-test* coverage",
    "prepublish": "npm test",
    "test": "npm run-script clean && ./node_modules/.bin/coffee -c . && ./node_modules/.bin/jest --coverage"
  },
  "version": "0.2.1"
}