2020-12-21 11:29:31 -04:00
|
|
|
{
|
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"seamless-immutable@7.1.4",
|
2020-12-22 10:59:14 -04:00
|
|
|
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
|
2020-12-21 11:29:31 -04:00
|
|
|
]
|
|
|
|
],
|
|
|
|
"_from": "seamless-immutable@7.1.4",
|
|
|
|
"_id": "seamless-immutable@7.1.4",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-XiUO1QP4ki4E2PHegiGAlu6r82o5A+6tRh7IkGGTVg/h+UoeX4nFBeCGPOhb4CYjvkqsfm/TUtvOMYC1xmV30A==",
|
|
|
|
"_location": "/seamless-immutable",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "seamless-immutable@7.1.4",
|
|
|
|
"name": "seamless-immutable",
|
|
|
|
"escapedName": "seamless-immutable",
|
|
|
|
"rawSpec": "7.1.4",
|
|
|
|
"saveSpec": null,
|
|
|
|
"fetchSpec": "7.1.4"
|
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"/connected-react-router"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/seamless-immutable/-/seamless-immutable-7.1.4.tgz",
|
|
|
|
"_spec": "7.1.4",
|
2020-12-22 10:59:14 -04:00
|
|
|
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
|
2020-12-21 11:29:31 -04:00
|
|
|
"author": {
|
|
|
|
"name": "Richard Feldman"
|
|
|
|
},
|
|
|
|
"browser": "seamless-immutable.development.js",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/rtfeldman/seamless-immutable/issues"
|
|
|
|
},
|
|
|
|
"description": "Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.",
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "3.5.0",
|
|
|
|
"coveralls": "2.11.8",
|
|
|
|
"deep-equal": "1.0.1",
|
|
|
|
"envify": "3.4.0",
|
|
|
|
"grunt": "1.0.2",
|
|
|
|
"grunt-contrib-uglify": "0.11.1",
|
|
|
|
"grunt-mocha-test": "0.12.7",
|
|
|
|
"istanbul": "0.4.2",
|
|
|
|
"jscheck": "0.2.0",
|
|
|
|
"jshint": "2.9.5",
|
|
|
|
"lodash": "3.10.1",
|
|
|
|
"mocha": "2.4.5",
|
|
|
|
"mocha-istanbul": "0.2.0",
|
|
|
|
"mocha-lcov-reporter": "1.2.0",
|
|
|
|
"react": "^15.0.1",
|
|
|
|
"zuul": "3.11.1"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/rtfeldman/seamless-immutable",
|
|
|
|
"jshintConfig": {
|
|
|
|
"newcap": false,
|
|
|
|
"validthis": true,
|
|
|
|
"proto": true
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"immutable"
|
|
|
|
],
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"main": "src/seamless-immutable.js",
|
|
|
|
"name": "seamless-immutable",
|
|
|
|
"react-native": "src/seamless-immutable.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/rtfeldman/seamless-immutable.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"coverage": "export ISTANBUL_REPORTERS=text-summary,html,lcov && rm -rf tmp/ && rm -rf html-report/ && istanbul instrument test/ -o tmp/ && mocha --reporter mocha-istanbul tmp/*.spec.js && echo Open html-report/index.html to view results as HTML.",
|
|
|
|
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
|
|
|
|
"jshint": "jshint seamless-immutable.development.js",
|
|
|
|
"test": "grunt",
|
|
|
|
"test-watch": "mocha --watch test/*.spec.js",
|
|
|
|
"travis-test": "npm run jshint && npm test && npm run coveralls",
|
|
|
|
"zuul-local": "zuul --local -- test/*.spec.js"
|
|
|
|
},
|
|
|
|
"version": "7.1.4"
|
|
|
|
}
|